UIVerticalSpacer
	UIText {text:"Paused"}
	UICollection
		UIButton {text:"Resume",onclick:"supermenu"}
		UIButton {text:"Restart",onclick:"submenu build data/menus/restart.txt"}
		UIButton {text:"Settings",onclick:"submenu build data/menus/settings.txt"}
		UIButton {text:"Main menu",onclick:"mainmenu"}
	end
end